Revision: tla--no-direct-reltable-slot-access--1.3.1--versionfix-2
Archive: lord@emf.net--libawk-exp-2005
Creator: Thomas Lord <lord@emf.net>
Date: Sun Feb 13 01:25:45 PST 2005
Standard-date: 2005-02-13 09:25:45 GMT
Modified-files: libarch/ancestry.c libarch/archive-pfs.c
    libarch/archive-setup.c libarch/cmd-abrowse.c
    libarch/cmd-missing.c libarch/cmd-update.c
    libarch/commit.c libarch/make-changeset.c
    libarch/missing.c libarch/patch-logs.c
    libarch/star-merge.c
New-patches: lord@emf.net--libawk-exp-2005/tla--no-direct-reltable-slot-access--1.3.1--versionfix-2
Summary: fix some missed cases
Keywords: 

  The changes on this branch did not include fixes to `libawk' clients
  using the idiom:

  [[tty

	some_va_fn ( ..., table[x][u], ... )

  ]]

  where `some_va_fn' is a varargs function and the argument
  referencing a table slot directly can not be type checked
  by the compiler.

  This changes fixes those cases.

